IviFgen Query Arb Wfm Capabilities 64 [ARB64] VI

IviFgenArbWfmSize64 [ARB64] Capability Group

This VI returns the properties of the function generator that are related to creating arbitrary waveforms. These properties are the maximum number of waveforms, waveform quantum, minimum waveform size, and maximum waveform size.

This VI is a 64-bit version of IviFgen Query Arb Waveform Capabilities [ARB] VI.

IviFgen Qry Arb Wfm Capabilities 64 [ARB64].vi

instrument handle The instrument handle that you obtain from the IviFgen Initialize or IviFgen Initialize With Options VI.
iivrn instrument handle out The instrument handle that you obtain from the IviFgen Initialize or IviFgen Initialize With Options VI.
ii64 maximum waveform size Returns the maximum number of points the function generator allows in a waveform. The driver obtains this value from the IviFgen Max Waveform Size [ARB64] property.
ii32 maximum number of waveforms Returns the maximum number of arbitrary waveforms that the function generator allows. The driver obtains this value from the IviFgen Max Number of Waveforms [ARB] property.
ii64 minimum waveform size Returns the minimum number of points the function generator allows in a waveform. The driver obtains this value from the IviFgen Min Waveform Size [ARB64] property.
ii32 waveform quantum The size, or number of points, of each waveform must be a multiple of a constant quantum value. This control obtains the quantum value the function generator uses. The driver returns this value from the IviFgen Waveform Quantum [ARB] property. For example, when this property returns a value of 8, all waveform sizes must be a multiple of 8.
error in (no error) The error in cluster can accept error information wired from VIs previously called. Use this information to decide if any functionality should be bypassed in the event of errors from other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.

ierrcodeclst error out The error out cluster passes error or warning information out of a VI to be used by other VIs.

The pop-up option Explain Error (or Explain Warning) gives more information about the error displayed.